ITableRow<T> Interface
A row of a table, grid or APO Grid control in SAP GUI for Windows applications.

C# Syntax

public interface ITableRow<T> 
where T: ITableCellBase
Type Parameters
T
Public Properties
 NameDescription
PropertyCellsThe cells in this row.  
Top
Public Methods
 NameDescription
MethodGetCellReturns a cell from the row by column name.  
Top